home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / manage / snmp / kip / doc / rev0287 < prev    next >
Encoding:
Text File  |  1989-01-17  |  2.0 KB  |  49 lines

  1. Below is a list of (mostly minor) bugs fixed in the 0287 release.
  2.  
  3. kip/gw.c/iematch(), abmatch();        unsigned compares failing
  4.     The range checks for ARP matching on the IP dynamic addresses
  5.     are failing sometimes due to unsigned compare wraparound.
  6.     New code rewrites these functions to avoid unsigned compares.
  7.     Since Stanford has a class A address, we didnt uncover this
  8.     until class B and C sites started using the code.
  9.     [reported by mckay@ee.ecn.purdue.edu, hemphill@nrl-aic, etc.]
  10.  
  11. kip/gw.c,gw2.c/;        hop counts in ddp header
  12.     The DDP hop count is now incremented and masked off properly
  13.     when looking at the ddp.length field.
  14.     [reported by kre (Robert Elz)]
  15.  
  16. kip/rtmp.c/artinput();        allow arbitrary format broadcast addresses
  17.     The old code made assumptions about the route table entry for
  18.     the directly attached ether cable.  The new code allows this to
  19.     be set instead from the atalkad.
  20.     [reported by mckay@ee.ecn.purdue.edu, dk1z#@andrew.cmu.edu, etc.]
  21.  
  22. kip/gw.c/routeddp();        route failure with interbridge
  23.     An extraneous routing loopback check was discarding appletalk
  24.     packets with src&dst on the same cable.  Check removed.
  25.     [reported by gcc-milo!brad]
  26.  
  27. kip/etc/atalkad.c;        4.3 BSD function name conflict
  28.     Rename the atalkad.c function getshort() to be getashort().
  29.     4.3 domain name server library already has a function
  30.     called getshort().
  31.  
  32. kip/etc/atalkad.c;        zero zone name field
  33.     Since zone name field length may change upon a reread of 
  34.     atalkatab, that field should be zeroed in the structure passed
  35.     to the kboxes.
  36.     [reported by gcc-milo!brad]
  37.  
  38. kip/etc/atalkad.c;        (month/date) in atalkalog
  39.     January is being reported as month number zero(!)
  40.  
  41. cap/samples/papif.c        assumes special lpd
  42.     Papif assumes that lpd has been modified to pass the printer
  43.     name to the filter with the '-p' switch.  To avoid this dependency
  44.     a trivial shell file can be setup that execs in papif with the
  45.     proper -p switch along with the previous arguments.
  46.  
  47. kip/etc/broadcast
  48.     New documentation that better explains IP broadcasting issues.
  49.